home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 3 / The Arsenal Files 3.iso / gen_prog / appdemo.exe / DEMOVIEW.TXT < prev    next >
Text File  |  1994-11-07  |  5KB  |  150 lines

  1. This file is used by DEMOVIEW.EXE
  2.  
  3. Compile DEMOVIEW.APP by typing "APP DEMOVIEW" from the DOS prompt.
  4.  
  5. Then select Run from the menu, or run it from the DOS prompt.
  6.  
  7.  
  8.                                  INTRODUCTION
  9.                                  ============
  10.  
  11.  
  12. Welcome to the A++ compiler.
  13.  
  14.  
  15. A++ has specially been developed for writing high performance applications.
  16. It lets you write highly optimised programs very quickly.
  17.  
  18.  
  19. This demo disk is a copy of the full version of the compiler except 
  20. that it will only allow you to build small programs.  It may be used for 
  21. evaluation purposes only.
  22.  
  23.  
  24.  
  25.                                       Some of the benefits of A++ are :-
  26.  
  27.                                  EASE OF USE
  28.                                  ===========
  29.  
  30. You will find A++ very easy to use, especially if you are already a C++
  31. and/or Assembler programmer.
  32.  
  33. C++ programmers can get started very quickly because the syntax is very
  34. similar.  A few syntax changes have been made to make the .EXE files 
  35. much more efficient.
  36.  
  37. A++ is perfect for Assembler Programmers because it lets you write 
  38. Assembler type programs in a High Level Language.  That makes program 
  39. development very fast and easy.  You could for example write an A++ 
  40. Subroutine which is exactly the same as Assembler, but so much easier to 
  41. read because it looks like a high level language.
  42.  
  43. The Syntax differences between A++ and C++, and are detailed in the manual
  44. when you purchase A++.
  45.  
  46.                             EFFICIENT MEMORY USE
  47.                             ====================
  48.  
  49. A++ will cut your .EXE files down to less than one quarter of the C++ 
  50. equivalent !   That means that a 400k .EXE file for example will be reduced
  51. to less than 100k, and you will have 300k more for data !
  52.  
  53.  
  54. Because A++ programs are so compact, they are ideal for TSR's and
  55. device drivers.
  56.  
  57.  
  58. A++ will help you keep your program within the DOS 640k limit, so that
  59. you will not have to resort to overlays, or extended memory as soon.
  60.  
  61.                                     SPEED
  62.                                     =====
  63.  
  64. Because A++ programs are so compact, they are also very fast. A++ can be 
  65. compared a little with the RISC principle in the CPU market.  A++ programs
  66. are typically twice as fast as the equivalent C++ program.   
  67.  
  68. Note however that if your program spends 90 % of its time in DOS, and 10 % 
  69. of its time in the A++ program, you will not get much of a speed increase 
  70. no matter how efficient the A++ code is.
  71.  
  72.                           CUSTOMISE YOUR LIBRARY FILES
  73.                           ============================
  74.  
  75.  
  76. Isn't it frustrating when you call a library function but it does'nt quite 
  77. do what you want ?
  78.  
  79.  
  80. With A++ all the Source Code for the library functions is provided so that
  81. you customise them for your own use.  
  82.  
  83.                          SIMPLIFIED STRING HANDELING
  84.                          ===========================
  85.  
  86. A++ has variable length strings which can be treated just like any other
  87. variable in "if" statements etc.  
  88.  
  89.  
  90. A++ uses less memory for strings because they are stored dynamically 
  91. on a string heap.  If the string heap gets fragmented, then a tidy up 
  92. is done automatically without affecting the program.
  93.  
  94.                             SAVE ON COMPILATION TIME
  95.                             ========================
  96.  
  97. A++ is a true incremental compiler which updates .EXE files very fast.
  98. This save you heaps of time on recompilation and debugging.
  99.  
  100.                                    SUPPORT
  101.                                    =======
  102.  
  103. When you order A++, you will get six months of free upgrades, and six 
  104. months of free support via Compuserve.  
  105.  
  106.                             MONEY BACK GUARRENTEE
  107.                             =====================
  108.  
  109. If you are not satisfied that the information in this Demo gives a fair 
  110. picture of A++ you can return it within a thirty day period for a complete
  111. refund.
  112.  
  113.                                   ORDERING A++
  114.                                   ============
  115.  
  116. To order your copy of A++, please send US$299 to :-
  117.  
  118.         Acclaim Software Ltd
  119.         P.O. Box 38-891
  120.         Howick
  121.         Auckland
  122.         New Zealand
  123.  
  124. together with :-
  125.  
  126.         Your Name, Company Name and Address
  127.         Your Phone and Fax numbers
  128.         Your Email Address
  129.  
  130. and we will send your copy to you ASAP.
  131.  
  132.                                FAST TRACK ORDERING
  133.                                ===================
  134.  
  135. If you are on Compuserve or Internet and want to get your copy of A++ quickly,
  136. please Fax us on 64-9-5341093, or Email us on Compuserve 100353,665, and 
  137. give the following credit card details in addition to the information on 
  138. the previous page :-
  139.  
  140.          Credit Card Type (eg. VISA)
  141.          Credit Card Number
  142.          Expiry Date
  143.          4 digit Batch Number (AMEX only)
  144.          Signature (if by Fax)
  145.  
  146. and we will Email the A++ compiler to you within one working day.
  147.  
  148. The manual will be sent to you by post.
  149.  
  150.